github.com/klauspost/compress/flate.decompressor.stepState (field)
16 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L320: stepState int
inflate_gen.go#L29: switch f.stepState {
inflate_gen.go#L89: f.stepState = stateInit
inflate_gen.go#L255: f.stepState = stateDict
inflate_gen.go#L280: switch f.stepState {
inflate_gen.go#L340: f.stepState = stateInit
inflate_gen.go#L506: f.stepState = stateDict
inflate_gen.go#L531: switch f.stepState {
inflate_gen.go#L591: f.stepState = stateInit
inflate_gen.go#L757: f.stepState = stateDict
inflate_gen.go#L782: switch f.stepState {
inflate_gen.go#L842: f.stepState = stateInit
inflate_gen.go#L1008: f.stepState = stateDict
inflate_gen.go#L1033: switch f.stepState {
inflate_gen.go#L1093: f.stepState = stateInit
inflate_gen.go#L1259: f.stepState = stateDict
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |